home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / fido / qs200pbeta.lha / Read.Me! < prev    next >
Text File  |  1995-09-16  |  3KB  |  66 lines

  1. This  is a public beta version of the new Quick Silver.  It acts as a 
  2. function host by preloading the config file at bootup and waiting on 
  3. it's ARexx port for  messages from TrapDoor.  It's easy enough to setup 
  4. and get running, so here's the quick and dirty instructions for getting 
  5. it going.
  6.  
  7. ===User-Startup===
  8. Run >Nil: <Nil: {path}QSilver {path}QSilver.CFG
  9.  
  10. ===TrapDoor.CFG===
  11. FREQUEST "TrapTell -PQSilver \"%i; %o; %n %A; %B; %S:\""
  12.  
  13. Notice, all parameters are seperated with a semicolon EXCEPT the %n and %A.
  14. This  is so the AKA list will be parsed as one long string.  Also, you must
  15. have  the  ending  colon  after  the  %S parameter or you will get a ton of
  16. garbage  appended  to the SysopName.  Sorry, but that's the way ARexx deals
  17. with the ports.  Obviously C is much cleaner.
  18.  
  19. Using  TrapTell  is  probably  the  easiest way of sending a message to the
  20. ARexx  port  of  any  program,  so  I am suggesting that you use it in this
  21. manner.   The  ARexx  port  name  IS case sensitive, so be sure to enter it
  22. exactly as I show it here.
  23.  
  24. All  other  options  of  QSilver  are  the same as in the 1.38 beta version
  25. archive.
  26.  
  27. ===========================================================================
  28.                             QSilver 2.00 Beta 2
  29. ===========================================================================
  30. Thank  you  all for a good first round of bug swatting.  Numerous bugs were
  31. found  and  eliminated  in  short order.  I think all reported bugs are now
  32. fixed,  so  it's time to go looking for others.  A few changes were made to
  33. accomodate some of the bug fixes, but it's all for the better.
  34.  
  35. 1.   File  Descriptions for files on CD's were not being used.  This is due
  36. to  the  files  not having an AmigaDos file comment, or a BBS specific data
  37. file  on  the  CD  to  describe the files.  Solution:  Implement the use of
  38. Mercury's LINK command option for the DIRECTORY keyword.  This will let you
  39. define  the path to the file comments first, then assign a linked directory
  40. that  contains  the  actual  files.  If you do not specify the LINK option,
  41. then  QSilver  will  assume that the files and descriptions are in the same
  42. directory and look for them accordingly.
  43.  
  44. Examples:
  45.  
  46. DIRECTORY DH0:Files/AmigaStuff/             <-- files and descriptions
  47. DIRECTORY DH0:Files/Biz_Data/               <-- file descriptions
  48. DIRECTORY CD0:AmiNet/Biz/Data/   LINK       <-- files
  49. DIRECTORY DH0:Files/Comm_Fido/              <-- file descriptions
  50. DIRECTORY CD0:AmiNet/Comm/Fido/  LINK       <-- files
  51.  
  52. This  is  only  used  by  the DATABASE utility to generate it's data files.
  53. QSilver  will  read  the appropriate info about the two file paths from the
  54. data file and get the file description for the files now.
  55.  
  56. If you are not using the DATABASE utility, QSilver will probably not return
  57. a  valid  file  comment  for files on a CDRom.  This will be addressed in a
  58. future update.
  59.  
  60. 2.   Internal  fixes  made  to  the  program to allow it to properly handle
  61. running  repetitve  calls wih new data.  ie:  get the caller's info correct
  62. on  the  second  and subsequent calls :) Sorry about this, but it took me a
  63. while  to  figure  out  what  variables  to reinitialize and which to leave
  64. alone.  I think I've got it now.
  65. ===========================================================================
  66. Kaedric@clubhouse.email.com (Roger Clark) Soon to be back on Fidonet!